Skip to content

Comments

C# 14: Support for partial constructor declarations.#21335

Draft
michaelnebel wants to merge 5 commits intogithub:mainfrom
michaelnebel:csharp14/partialconstrucstors
Draft

C# 14: Support for partial constructor declarations.#21335
michaelnebel wants to merge 5 commits intogithub:mainfrom
michaelnebel:csharp14/partialconstrucstors

Conversation

@michaelnebel
Copy link
Contributor

@michaelnebel michaelnebel commented Feb 17, 2026

In this PR we make support for partial constructor declarations.

That is, we support event declarations like.

public partial class Partial
{
    public partial Partial(object o);
}

public partial class Partial
{
    public partial Partial(object o) { ... }
}

@michaelnebel michaelnebel changed the title C# 14: Support partial constructor declarations. C# 14: Support for partial constructor declarations. Feb 17, 2026
@michaelnebel michaelnebel force-pushed the csharp14/partialconstrucstors branch 2 times, most recently from a891289 to a381241 Compare February 17, 2026 14:07
@michaelnebel michaelnebel force-pushed the csharp14/partialconstrucstors branch 2 times, most recently from 5440a28 to e1d4fef Compare February 23, 2026 14:53
@michaelnebel michaelnebel force-pushed the csharp14/partialconstrucstors branch from e1d4fef to 113565b Compare February 24, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant